home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 March
/
macformat-022.iso
/
Shareware City
/
Developers
/
src
/
out-of-phase-102-c
/
OutOfPhase 1.02 Source
/
OutOfPhase Folder
/
PlayAIFFFile.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-23
|
453 b
|
25 lines
|
[
TEXT/KAHL
]
/* PlayAIFFFile.h */
#ifndef Included_PlayAIFFFile_h
#define Included_PlayAIFFFile_h
/* PlayAIFFFile module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* BufferedFileInput */
/* Files */
/* Alert */
/* SampleConsts */
/* SoundOutput */
/* DataMunging */
/* EventLoop */
/* Memory */
/* SynthProgressWindow */
/* ask the user for a file, and then try to play back its contents */
void PlayAIFFFile(void);
#endif